home *** CD-ROM | disk | FTP | other *** search
/ Colson Caster Selection Guide 3 / Colson Caster Selection Guide 3.0.iso / data1.cab / Program_Executable_Files / colsoncd.dxr / 00004Series_152_b_mtg61.ls < prev    next >
Encoding:
Text File  |  2000-01-12  |  482 b   |  16 lines

  1. on mouseUp
  2.   if the hilite of cast "b_seal" = 1 then
  3.     alert("You cannot use Swivel Seals with Swivel Locks")
  4.     set the hilite of cast "b_mtg51" to 0
  5.     set the hilite of cast "b_mtg61" to 0
  6.     set the hilite of cast "b_mtg62" to 0
  7.     set the hilite of cast "b_mtg63" to 0
  8.     set the hilite of cast "b_mtg64" to 0
  9.     set the hilite of cast "b_seal" to 0
  10.     abort()
  11.   end if
  12.   if the hilite of cast "b_mtg61" = 1 then
  13.     set the hilite of cast "b_mtg51" to 0
  14.   end if
  15. end
  16.